home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_002 / microemacs / wallchart < prev    next >
Text File  |  1992-05-06  |  2KB  |  74 lines

  1. C-@        set mark
  2. C-A        move to start of line
  3. C-B        move backward character
  4. C-C        run CLI in a subjob
  5. C-D        delete forward character
  6. C-E        move to end of line
  7. C-F        move forward character
  8. C-G        abort command
  9. C-H        delete backward character
  10. C-I        insert tab
  11. C-J        insert CR-LF, then indent
  12. C-K        kill forward
  13. C-L        refresh the screen
  14. C-M        insert CR-LF
  15. C-N        move forward line
  16. C-O        open up a blank line
  17. C-P        move backward line
  18. C-Q        insert literal character
  19. C-R        search backwards
  20. C-S        search forward
  21. C-T        swap characters around point
  22. C-U        universal argument
  23. C-V        move forward page
  24. C-W        kill region
  25. C-X        control-X prefix - see below
  26. C-Y        yank back from killbuffer
  27. C-Z        quick save and exit
  28. esc        meta prefix - see below
  29. del        delete backward character
  30.  
  31. M-C-H        delete backward word
  32. M-!        reposition window
  33. M-.        set mark
  34. M-<        move to start of buffer
  35. M->        move to end of buffer
  36. M-B        move backward word
  37. M-C        initial capitalize word
  38. M-D        delete forward word
  39. M-F        move forward word
  40. M-L        lower case word
  41. M-U        upper case word
  42. M-V        move backward page
  43. M-W        copy region to kill buffer
  44. M-del        delete backward word
  45.  
  46. C-X C-B        display list of buffers
  47. C-X C-C        quit without saving
  48. C-X C-F        adjust file name
  49. C-X C-L        lower case region
  50. C-X C-N        move window down
  51. C-X C-O        delete blank lines
  52. C-X C-P        move window up
  53. C-X C-R        get a file, read only
  54. C-X C-S        save current file
  55. C-X C-U        upper case region
  56. C-X C-V        get a file, read write
  57. C-X C-W        write a file
  58. C-X C-X        swap point and mark
  59. C-X C-Z        shrink window
  60.  
  61. C-X !        run a command in a subjob
  62. C-X (        begin macro
  63. C-X )        end macro
  64. C-X 1        make current window only one
  65. C-X 2        split current window
  66. C-X =        show the cursor position
  67. C-X B        switch a window to a buffer
  68. C-X E        execute macro
  69. C-X F        set fill column
  70. C-X K        make a buffer go away
  71. C-X N        move to the next window
  72. C-X P        move to the previous window
  73. C-X Z        enlarge display window
  74.